"Intialize the default message template for new messages."
MessageTemplate _
'From: userid@hostname.DOMAIN (full name)
Organization: your organization name'! !
NewsReader initialize!
!SelectionInListView methodsFor: 'list access'!
list: anArray
"Set the receiver's list to be anArray."
"Modified by Carl Watts so the the printItems parameter can be a message to send to the model to convert each item in anArray into the appropriate text for the list item. "